gtkwidget: Ensure touchpad events trigger the bubbling phase
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 9 Jul 2015 16:48:41 +0000 (18:48 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 12 Aug 2015 21:20:25 +0000 (23:20 +0200)
commit777ac92862529d9b9065a2f9e86f055bbfdd4b61
treef22359aba210525fc881ac2a841a30c44ca906cd
parent6cd45af8b0afb3758df6bc7679b651033b39c9c4
gtkwidget: Ensure touchpad events trigger the bubbling phase

For all other events, we run the bubble phase deep in the specific
::motion/button-press/release/touch handlers.

For touchpad events, it doesn't make sense to use GtkWidgetClass
slots if the intended way to deal with these are gestures, so we
run the bubble phase directly from gtk_widget_event_internal().
gtk/gtkwidget.c